OPERATOR

Section: Environments, Tables, and Troff Macros (7)
Index Return to Main Contents

BSD mandoc
 

NAME

operator - C operator precedence and order of evaluation  

DESCRIPTION

Operator       Associativity
-------- -------------
() [] -> .       left to right
"! ~ ++ -- - (type) * & sizeof"right to left
* / %left to right
+ -left to right
<< >>left to right
< <= > >=left to right
== !=left to right
&left to right
^left to right
|left to right
&&left to right
||left to right
?:right to left
= += -= etc.right to left
,left to right

 

FILES

/usr/share/misc/operator



 

Index

NAME
DESCRIPTION
FILES

This document was created by man2html, using the manual pages.
Time: 16:28:55 GMT, April 18, 2022